From 2dd8d31b2fd001bd4a46ec0817caa3e1803b1fd4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Mar 1993 15:44:52 +0000 Subject: [PATCH] vc-error-occurred needs to be in vc-hooks. --- lisp/vc.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index d863a6371e9..4444ca6d946 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Version: 5.0 -;; $Id: vc.el,v 1.24 1993/03/09 23:02:40 eric Exp eric $ +;; $Id: vc.el,v 1.25 1993/03/11 07:45:02 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -109,9 +109,6 @@ is sensitive to blank lines.") (defconst vc-name-assoc-file "VC-names") -(defmacro vc-error-occurred (&rest body) - (list 'condition-case nil (cons 'progn (append body '(nil))) '(error t))) - ;; File property caching (defun vc-file-clearprops (file) -- 2.30.2